non-thematic word
- North America > United States > Maryland > Baltimore (0.14)
- North America > United States > Maryland > Baltimore County (0.14)
- North America > United States > Minnesota > Hennepin County > Minneapolis (0.14)
- (7 more...)
- Media > Film (0.68)
- Government > Regional Government > North America Government > United States Government (0.46)
Re: discussion/comparison: We have tried to provide both experimental and analytical discussion about word-level
We thank the reviewers for their in-depth reviews, and will use them to make the final version as clear as possible. We will correct the missing notations and typos, we apologize for these oversights. We have reported perplexity per word consistent with prior work; we wil clarify the equation. Dirichlet prior distribution parameter is 0.5. We will report these in the experiments section.
Review for NeurIPS paper: A Discrete Variational Recurrent Topic Model without the Reparametrization Trick
Summary and Contributions: In this paper, the authors attempted to utilize neural variational inference to construct a neural topic model with discrete random variables, and proposed one model, namely VRTM, which combine1. The exploration of combining RNNs and topic models is interesting and significant, which can help topic models to handle sequence text and capture more text information than the bag-of-word model, which is prevalently utilized in LDA-based topic models. Specifically, when facing the thematic words, VRTM uses both the RNN and topic model predications to generative the next word; however, when facing the syntactic words, only the output of the RNN is utilized to predict the next word. In particular, during the generative process, the discrete topic assignment has been attached to each thematic word, which is beneficial for the Interpretability. To be specific, the authors first designed one reasonable generative model, which can apply different strategies for generating thematic and syntactic words with different inputs, i.e., a mixture of LDA and RNN predications or just the output of the RNN.